Defines a text content that can be added to a flow document.
Initializes a new PDFFlowTextContent object.
Initializes a new PDFFlowTextContent object.
Initializes a new PDFFlowTextContent object.
Adds a listener for the create page event.
Adds a listener for the before flow content draw event.
Gets the content background.
The background that fills the flow content bounding rectangle.
Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.
Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the structure element.
Gets an arbitrary object value that can be used to store custom information about this element.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Removes a listener for the create page event.
Removes a listener for the before flow content draw event.
Sets the content background.
The background that fills the flow content bounding rectangle.
Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the structure element.
Sets an arbitrary Object value that can be used to store custom information about this element.
Returns a string that represents the current Object.